font.c (Ffont_get): Do not cache :otf value.
authorKenichi Handa <handa@m17n.org>
Tue, 8 Feb 2011 06:56:57 +0000 (15:56 +0900)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Feb 2011 06:56:57 +0000 (15:56 +0900)
src/ChangeLog
src/font.c

index 395b195c24891d195e99be027b08e07018bc3027..013ae9e1911398989e3a01f52f93d291ed135879 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-08  Kenichi Handa  <handa@m17n.org>
+
+       * font.c (Ffont_get): Do not cache :otf value.
+
 2011-02-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        conform to C89 pointer rules
index 394c0055328b786ea1c08afd7b7f929e3e8e0c0f..841125a0587860d78e484528ef7503a0372fd794 100644 (file)
@@ -3982,7 +3982,6 @@ Layout tags.  */)
        val = fontp->driver->otf_capability (fontp);
       else
        val = Fcons (Qnil, Qnil);
-      font_put_extra (font, QCotf, val);
     }
   else
     val = Fcdr (val);